1 <div align="center">
2   <img width=
"250" src="assets/pycalc-logo.svg">
3   <h1>pyCalc</h1>
4   <p>Python Calculator built with Tkinter</p>
5 </div>
6
7 ## Description:
8 This
is a simple calculator app built on Python's Tkinter library.
9
10 ## Contributing:
11 You are welcome to contribute to
this project and add new features. Currently only the basic mathematical operations are available (add, subtract, multiply, etc) so there are still plenty of room for more improvements as well as styling.
12
13 ## 🐞 Known Bugs:
14 - App crashes
when dividing by 0
15 - Users can type values directly
into the Tk.Entry which shouldn't be allowed
16 - Errors
when pressing the `=` button


Gõ tìm kiếm nhanh...